domain
Class RoleAttributeRange

java.lang.Object
  extended by domain.BasicValueDomain
      extended by domain.RoleAttributeRange
All Implemented Interfaces:
Included

public class RoleAttributeRange
extends BasicValueDomain


Field Summary
private  AtomicRoleAttribute ur
           
 
Constructor Summary
RoleAttributeRange(AtomicRoleAttribute ur)
           
 
Method Summary
 AtomicRoleAttribute getRoleAttribute()
           
 void setRoleAttribute(AtomicRoleAttribute ur)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ur

private AtomicRoleAttribute ur
Constructor Detail

RoleAttributeRange

public RoleAttributeRange(AtomicRoleAttribute ur)
Method Detail

getRoleAttribute

public AtomicRoleAttribute getRoleAttribute()

setRoleAttribute

public void setRoleAttribute(AtomicRoleAttribute ur)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object